Post

Replies

Boosts

Views

Activity

Comment on iOS 16 three finger undo tap gesture bug
Thank you, kkq! Hopefully they will fix the issue completely in a future iOS update, but this will work for now. I'm using SwiftUI so this worked for me: extension UIWindow {     open override var editingInteractionConfiguration: UIEditingInteractionConfiguration { return .none }     open override var canBecomeFirstResponder: Bool { return true } }
Sep ’22